html { -ms-touch-action: none;}
body { font-family: Heiti, Heiti SC, DroidSans, DroidSansFallback, Arial, "Microsoft YaHei";}
input { font-family: Arial, "Microsoft YaHei", sans-serif; }
a { text-decoration: none;  -webkit-touch-callout: none;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, span, a { margin: 0; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img, iframe { border: 0 }
:focus { outline: 0 }
i, address, caption, cite, code, dfn, em, strong, th, var { font-style: normal }
ol, ul { list-style: none }
li { list-style: none }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
blockquote:before, blockquote:after, q:before, q:after { content: '' }
abbr, acronym { border: 0; font-variant: normal }
img { vertical-align: top; border: none; }
input, textarea { -webkit-user-select: text; -ms-user-select: text; user-select: text; -webkit-appearance: none; }
input:focus, select:focus, textarea:focus, button:focus { outline: none; }
input[type="text"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], textarea { -webkit-appearance: none; border: 1px solid; border-radius: 0; }
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance:none;
}
em, i { font-style: normal; }
li { list-style: none; }
input{outline: none;border: none;}
input[type="checkbox"] { position: relative; width: 0.75rem; height: 0.75rem; background-color: #F5F5F5; border: 0.05rem solid #CCC; -webkit-border-radius: 50%; border-radius: 50%; vertical-align: middle; }
input[type="checkbox"]:checked { border-color: #ED5564; background-color: #ED5564; }
input[type="checkbox"]:checked:after { content: ''; position: absolute; left: 0.1rem; top: 0.14rem; width: 0.4rem; height: 0.2rem; border-left: 0.065rem solid #fff; border-bottom: 0.065rem solid #fff; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.mab_1{
	margin-bottom: 1rem!important;
}

.overflow{
	overflow: hidden;
}
body.overflow{
	height: 100vh;
	overflow: hidden;
}
.mask_div{
	position: fixed;
	z-index: 9;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.mask_div_bg{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
}
.mask_div .mask_div_content{
	position: absolute;
	z-index: 11;
}
.modelBox{
	background-color: #fff;
	border-radius: .3rem;
	width: 86%;
	left: 7%;
	top: 13rem;
	text-align: center;
	box-sizing: border-box;
	padding-bottom: 5rem;
}
.modelBox .mask_div_title{
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 5rem;
	height: 5rem;
}
.modelBox .mask_div_cons{
	font-size: 1.5rem;
	color: #666;
	padding: 0 3rem;
	padding-bottom: 2rem;
}
.mask_div_btn{
	height: 5rem;
	line-height: 5rem;
	font-size: 1.5rem;
	color: #000;
	border-top: 1px solid #e6e6e6;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#mask_div_btn_left{
	width: 50%;
	color: #999;
}
#mask_div_btn_right{
	width: 50%;
	left: auto;
	right: 0;
}

/* toast */
#toast{
	padding: 1.5rem 1.6rem;
	font-size: 1.5rem;
	color: #fff;
	background-color: rgba(0,0,0,.8);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
}

/* 轮播按钮变色 */
.main .swiper-pagination-bullet{
	background-color: #b8b9bb;
	opacity: 1;
	width: .6rem;
	height: .6rem;
}
.main .swiper-pagination-bullet-active{
	background-color: #333;
}


.ad-goods{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ad-goods .list{

  /*  width: 15rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        text-indent: 0em;

}
.ad-goods .list .item{
    margin: 0.15rem 0.3rem 0.15rem 0.3rem;
    background: #f6f6f6;


}
.ad-goods .list .title{
   font-size:16px !important;
    font-weight:500;
    /*font-weight: 500;*/
margin: 0 0 0.3rem;
text-align: left !important;
  
    font-weight: 300;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 16px ;

}
.ad-goods .list .item .img{
    width: 8rem;
    height: 8rem;
}
.ad-goods .list .item .title-time{
   /* width: 27rem;*/
   width: 27rem;
    margin-left: 0.3rem;
}

.font-color-red{
    color: red;
}

.displayFlex {
    display: flex;
}

.flexDirectionColum {
    flex-direction: column;
}

.flexDirectionRow {
    flex-direction: row;
}

.flexJustifySpaceBetween {
    justify-content: space-between;
}

/*.flex{*/
/*justify-content: ;*/
/*}*/
.flexAlginItemsCenter {
    align-items: center;
}

.flexAlginContentCenter {
    align-content: center;
}

.flexJustifyCenter {
    justify-content: center;
}

.flexAlignContentSpaceBetween {
    align-content: space-between;
}

.flexJustifyEnd {
    justify-content: end;
}.flexJustifyFlexStart {
    justify-content: flex-start;
}

.flexWrapWrap {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}

.flex-3 {
    flex: 3;
}

.flex-7 {
    flex: 7;
}
.flex-8 {
    flex: 8;
}
.flex-2 {
    flex: 2;
}
.flex-5 {
    flex: 5;
}

.justify-content-flex-end{
    justify-content: flex-end;
}

.font-12{
    font-size: 12px;
}.font-14{
    font-size: 14px;
}